runtime.g.gopc (field)

6 uses

	runtime (current package)
		heapdump.go#L357: 	dumpint(uint64(gp.gopc))
		mcleanup.go#L738: 	getg().racectx = racectxstart(gp.gopc, ctx)
		proc.go#L5217: 	newg.gopc = callerpc
		proc.go#L5310: 		gopc: callergp.gopc,
		runtime2.go#L477: 	gopc            uintptr         // pc of go statement that created this goroutine
		traceback.go#L776: 	pc := gp.gopc